CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 贝叶斯 分类

搜索资源列表

  1. 贝叶斯分类器 java

    0下载:
  2. 可以通过训练 对单个文件进行贝叶斯文本分类
  3. 所属分类:文档资料

    • 发布日期:2011-10-31
    • 文件大小:1869957
    • 提供者:nimeiyabaichi
  1. NaviveBayes2010

    0下载:
  2. 使用贝叶斯实现文本分类,也可以实现短信分类和邮件分类-Achieved using the Bayesian text classification, text classification can be achieved and mail classification
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:936769
    • 提供者:王丽静
  1. byesjava

    0下载:
  2. 贝叶斯算法文本分类的实现。。。Java语言编写-Bayesian text classification algorithm implementation. . . Java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1603824
    • 提供者:susan
  1. bayes

    0下载:
  2. 基于贝叶斯分类算法的图像阈值分割,实现视频图像的分割 -Bayesian classification algorithm based on image segmentation, image segmentation of video
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1778
    • 提供者:李绅
  1. Bayes

    0下载:
  2. 贝叶斯分类器的分类原理是通过某对象的先验概率,本文详细介绍贝叶斯分类器,使用贝叶斯分类器对样本进行训练分类,得到良好分类结果,并对分类结果进行分析。-Principle of Bayesian classifiers is through prior probability of an object, the paper describes Bayesian classifier, Bayesian classifier using the training sample classificat
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:75674
    • 提供者:liangjin
  1. Kuschner-BayesianNetwork-feature

    0下载:
  2. Kuschner论文,贝叶斯网络方法在质谱数据特征选择。其中关于机器学习中贝叶斯分类器部分有完整原理分析,可以用于认知无线电网络的频谱感知等新领域。含有matlab程序大于100页,子函数很多。-Kuschner paper, Bayesian network methods of feature selection in mass spectrometry data. One of the Bayes classifier machine learning part of a complete
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2060952
    • 提供者:孟庆民
  1. naiveByes

    0下载:
  2. 朴素贝叶斯分类器基于一个简单的假定:给定目标值时属性之间相互条件独立。(The simple Bias classifier is based on a simple assumption that attributes are independent of each other when given the target value)
  3. 所属分类:Java编程

    • 发布日期:2017-12-19
    • 文件大小:14336
    • 提供者:luyuno_o
  1. 模式识别第一次作业

    1下载:
  2. 1. 用 dataset1.txt 作为训练样本,用dataset2.txt 作为测试样本,采用身高和体重数据为特征,在正态分布假设下估计概率密度(只用训练样本),建立最小错误率贝叶斯分类器,写出所用的密度估计方法和得到的决策规则,将该分类器分别应用到训练集和测试集,考察训练错误率和测试错误率。将分类器应用到dataset3 上,考察测试错误率的情况。(1. using dataset1.txt as training samples as test samples by dataset2.tx
  3. 所属分类:matlab例程

  1. 贝叶斯决策实现线性样本分类

    0下载:
  2. MATLAB语言编程,用贝叶斯决策算法实现线性样本分类,输入待分类样本,输出样本分类决策面。(MATLAB programming language, using Bayesian decision algorithm to achieve linear sample classification, input samples to be classified, output samples, classification, decision surface.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:3942400
    • 提供者:小玲子
  1. bayes

    0下载:
  2. weka中的贝叶斯分类算法,朴素贝叶斯,贝叶斯神经网络,文本分类(Bias classification algorithm in Weka, simple Bias, Bias neural network, text classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:31744
    • 提供者:crumble
  1. 朴素贝叶斯源码

    0下载:
  2. 朴素贝叶斯分类器用Python实现,基础代码适合初学者(Naive bayes classifier is implemented in Python, and basic code is suitable for beginners)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:236544
    • 提供者:Amber555
  1. byaes

    0下载:
  2. 与大家分享各种类型贝叶斯分类器,传统贝叶斯分类器(Traditional Bayesian classifier,Bayes_example)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:18432
    • 提供者:菟梓精
  1. bayes

    0下载:
  2. 基于贝叶斯理论的分类方法,过滤垃圾,从个人广告中获取区域倾向(Classification method based on Bayesian theory, Filter out rubbish, obtain the regional tendency from the personal advertisement)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 模式识别第二次作业

    0下载:
  2. 基于贝叶斯原理,通过体重身高数据进行性别分类(Based on Bayes principle, sex classification is carried out by body weight and height data)
  3. 所属分类:matlab例程

  1. Sciprts

    1下载:
  2. 用 dataset3 作为训练数据,用 dataset4 作为测试数据,采用不同的特征、训练样本数、分类方法进行比较实验,观察、分析实验结果的异同。 训练分类器的方法为最小错误率贝叶斯分类器(假设正态分布,先验概率各 50%)。使用Bayesscr ipt.m运行代码。(Using dataset3 as training data, dataset4 is used as test data, and different characteristics, training samples an
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:26624
    • 提供者:张北岳
  1. 新建 360压缩 ZIP 文件

    0下载:
  2. 编写两类正态分布模式的贝叶斯分类程序 了解正态分布模式的贝叶斯分类判别函数(IRIS simulation of Bias pattern recognition)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:35840
    • 提供者:曹乐天
  1. naive_bayes-master

    0下载:
  2. 贝叶斯分类 iris 用python语言(linear python bays iris)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:492544
    • 提供者:hengeng
  1. naivebayes

    0下载:
  2. 朴素贝叶斯分类算法的代码,可实现多案例使用(The code of the simple Bias classification algorithm can be used for multiple cases)
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-03
    • 文件大小:16121856
    • 提供者:O_of
  1. nb

    0下载:
  2. 朴素贝叶斯分类分为两步: ① 计算特征项和所属类别之间的概率; ② 判断文本dj是否属于类别ci的概率 本代码为训练阶段(Naive Bayes classification is divided into two steps: 1 Calculate the probability between the feature item and its own category; 2 The probability of judging whether the text dj belong
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:wangxuess
  1. bayes

    1下载:
  2. 贝叶斯算法预先对训练集训练分类,输入测试集进行判断类别。(The Bias algorithm trains the training set in advance, classifying it into the test set and classifying it.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-02-08
    • 文件大小:1024
    • 提供者:秀才茹珠
« 1 2 3 4 5 6 78 9 10 11 12 ... 40 »
搜珍网 www.dssz.com